|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IDocument in org.eclipse.vtp.framework.engine.http |
|---|
| Classes in org.eclipse.vtp.framework.engine.http that implement IDocument | |
|---|---|
class |
ControllerDocument
ControllerDocument. |
| Methods in org.eclipse.vtp.framework.engine.http that return IDocument | |
|---|---|
IDocument |
DeploymentSession.abort(javax.servlet.http.HttpSession httpSession,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpReesponse,
java.lang.String prefix,
java.util.Map variableValues,
java.util.Map parameterValues)
Aborts this session. |
IDocument |
Deployment.abort(javax.servlet.http.HttpSession httpSession,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpReesponse,
java.lang.String prefix,
java.util.Map variableValues,
java.util.Map parameterValues)
Aborts the supplied session. |
IDocument |
DeploymentExecution.doAbort()
Generates the abort document and ends the interaction. |
IDocument |
DeploymentExecution.doNext()
Generates the next document in the interaction. |
IDocument |
DeploymentSession.next(javax.servlet.http.HttpSession httpSession,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpReesponse,
java.lang.String prefix,
java.util.Map variableValues,
java.util.Map parameterValues)
Preforms the next step in this session. |
IDocument |
Deployment.next(javax.servlet.http.HttpSession httpSession,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpReesponse,
java.lang.String prefix,
java.util.Map variableValues,
java.util.Map parameterValues)
Preforms the next step in the supplied session. |
IDocument |
DeploymentSession.start(javax.servlet.http.HttpSession httpSession,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpReesponse,
java.lang.String prefix,
java.util.Map variableValues,
java.util.Map parameterValues,
java.lang.String brand)
Preforms the first step in this session. |
IDocument |
Deployment.start(javax.servlet.http.HttpSession httpSession,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpReesponse,
java.lang.String prefix,
java.util.Map variableValues,
java.util.Map parameterValues,
java.lang.String brand)
Preforms the first step in the supplied session. |
| Uses of IDocument in org.eclipse.vtp.framework.interactions.core.platforms |
|---|
| Methods in org.eclipse.vtp.framework.interactions.core.platforms that return IDocument | |
|---|---|
IDocument |
IPlatform.createDocument(ILinkFactory links,
IRenderingQueue renderingQueue)
|
| Uses of IDocument in org.eclipse.vtp.framework.interactions.core.support |
|---|
| Classes in org.eclipse.vtp.framework.interactions.core.support that implement IDocument | |
|---|---|
class |
RawDocument
An output document backed by an in-memory XML stream. |
class |
WidgetDocument
Base document type for component-style structures. |
| Methods in org.eclipse.vtp.framework.interactions.core.support that return IDocument | |
|---|---|
IDocument |
AbstractPlatform.createDocument(ILinkFactory links,
IRenderingQueue renderingQueue)
|
protected IDocument |
AbstractPlatform.renderBridgeMessage(ILinkFactory links,
BridgeMessageCommand bridgeMessageCommand)
Renders a bridge message to the user. |
protected IDocument |
AbstractPlatform.renderDataRequest(ILinkFactory links,
DataRequestCommand dataRequestCommand)
Renders a data request to the user. |
protected IDocument |
AbstractPlatform.renderEndMessage(ILinkFactory links,
EndMessageCommand endMessageCommand)
Renders an end message to the user. |
protected IDocument |
AbstractPlatform.renderExternalReference(ILinkFactory links,
ExternalReferenceCommand externalReferenceCommand)
Renders an external reference to the user. |
protected IDocument |
AbstractPlatform.renderFinalDocument(ILinkFactory links,
FinalCommand finalCommand)
Renders the final document to the user. |
protected IDocument |
AbstractPlatform.renderInitialDocument(ILinkFactory links,
InitialCommand initialCommand)
Renders the initial document to the user. |
protected IDocument |
AbstractPlatform.renderInputRequest(ILinkFactory links,
InputRequestCommand inputRequestCommand)
Renders an input request to the user. |
protected IDocument |
AbstractPlatform.renderMetaDataMessage(ILinkFactory links,
MetaDataMessageCommand metaDataMessageCommand)
Renders a meta-data message to the user. |
protected IDocument |
AbstractPlatform.renderMetaDataRequest(ILinkFactory links,
MetaDataRequestCommand metaDataMessageRequest)
Renders a meta-data request to the user. |
protected IDocument |
AbstractPlatform.renderOutputMessage(ILinkFactory links,
OutputMessageCommand outputMessageCommand)
Renders an output message to the user. |
protected IDocument |
AbstractPlatform.renderSelectionRequest(ILinkFactory links,
SelectionRequestCommand selectionRequestCommand)
Renders a selection request to the user. |
protected IDocument |
AbstractPlatform.renderTransferMessage(ILinkFactory links,
TransferMessageCommand transferMessageCommand)
Renders a transfer message to the user. |
| Uses of IDocument in org.eclipse.vtp.framework.interactions.voice.services |
|---|
| Uses of IDocument in org.eclipse.vtp.framework.interactions.voice.vxml |
|---|
| Classes in org.eclipse.vtp.framework.interactions.voice.vxml that implement IDocument | |
|---|---|
class |
VXMLDocument
Document type for VXML widgets. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||